Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class > SetRowColumnCompressed Method : SetRowColumnCompressed(WriteOnlyArray<Byte>,UInt16[],Int32,Int32,Int32,Int32) Method |
public int SetRowColumnCompressed( WriteOnlyArray<byte> workBuffer, ushort[] runBuffer, int runBufferOffset, int row, int column, int width )
'Declaration
Public Overloads Function SetRowColumnCompressed( _ ByVal workBuffer As WriteOnlyArray(Of Byte), _ ByVal runBuffer() As UShort, _ ByVal runBufferOffset As Integer, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal width As Integer _ ) As Integer
'Usage
Dim instance As RasterImage Dim workBuffer As WriteOnlyArray(Of Byte) Dim runBuffer() As UShort Dim runBufferOffset As Integer Dim row As Integer Dim column As Integer Dim width As Integer Dim value As Integer value = instance.SetRowColumnCompressed(workBuffer, runBuffer, runBufferOffset, row, column, width)
public int SetRowColumnCompressed( WriteOnlyArray<byte> workBuffer, ushort[] runBuffer, int runBufferOffset, int row, int column, int width )
function Leadtools.RasterImage.SetRowColumnCompressed(WriteOnlyArray{Byte},UInt16[],Int32,Int32,Int32,Int32)( workBuffer , runBuffer , runBufferOffset , row , column , width )
public: int SetRowColumnCompressed( WriteOnlyArray<byte>^ workBuffer, array<ushort>^ runBuffer, int runBufferOffset, int row, int column, int width )
This method is available in the (Document/Medical only) Toolkits.
This method is useful for working with 1-bit images that are loaded in their compressed formats for faster loading and display.
For more information, refer to Speeding Up 1-Bit Documents.